@charset "UTF-8";

.clerfix {
    clear: both;
}

html,
body,
p,
ul,
li,
h4,
img,
dl,
dd {
    margin: 0;
    padding: 0;
    line-height: 25px;
    border: none;
}

img {
    object-fit: cover;
}

body,
button {
    font-size: 14px;
    color: #47807f;
    font-family: "微软雅黑";
}

input,
select {
    outline: none;
}

div {
    margin: 0 auto;
    /* width: 980px;*/
}

.main_c {
    width: 980px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
}

a,
b,
h1 {
    text-decoration: none;
}

b,
.doctor_m dl dt {
    font-size: 22px;
    font-weight: normal;
}

strong {
    font-size: 22px;
}

i {
    font-style: normal;
}

h1 {
    font-size: 30px;
    font-weight: normal;
}

p {
    color: #666;
    font-size: 14px;
    line-height: initial;
    height: auto;
    display: inline-block;
}

a,
a:link,
a:hover {
    color: #47807f;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

input {
    float: left;
    padding: 1px 5px;
}

.select {
    appearance:none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
}

.flr,
.anli_index img {
    float: right;
}

.fll,
.conr dl a,
.anli_index img.fll {
    float: left;
}


/*头部*/
.top_bj {
    width: 100%;
    height: 30px;
    background: #327375;
}

.top {
    color: #fff;
    line-height: 30px;
}

.logo_wrap,
.top_bj .top,
.nav_list {
    width: 980px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 220.5px;
    height: 66.5px;
    background: url(../images/logo.png) no-repeat center/cover;
    text-indent: -999px;
    margin-top: 41px;
}

.top_box {
    float: right;
    width: 630px;
    text-align: right;
}

.top_nav {
    padding-top: 20px;
    width: 630px;
}

.top_nav a {
    margin: 0 5px;
}

.top_nav img:hover {
    width: 20px;
    height: 20px;
}

.search {
    float: right;
    padding-top: 30px;
    width: 307px;
    display: flex;
}

.search input {
    width: 220px;
    height: 23px;
    border: 1px #c4d7d1 solid;
    color: #181818;
}

.search_button {
    float: left;
    width: 75px;
    height: 27px;
    background: #47807f;
    border: 0;
    color: #fff;
}

.nav_list {
    display: flex;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    height: 50px;
    /* z-index: 9999; */
}

.nav_list a:hover {
    text-decoration: none;
}

.nav_list ul li {
    float: left;
    margin-right: 40px;
    display: flex;
    height: 50px;
    line-height: 40px;
    position: relative;
}

.nav_list ul li>a {
    float: left;
    height: 49px;
    border-bottom: 0;
    position: relative;
    z-index: 100;
}

.nav_list ul li:hover>a {
    height: 48px;
    /* border: 1px #c4d7d1 solid; */
    /* border-bottom: 1px #fff solid; */
    background: #f0fdfd;
}

/* .nav_list ul li a.aa {
	height: 48px;
	border: 1px #c4d7d1 solid;
	border-bottom: 1px #fff solid;
} */

.nav_list .nav_menu {
    padding: 10px 0;
    width: auto;
    max-width: 978px;
    position: absolute;
    left: 0px;
    top: 49px;
    background: #fff;
    border: 1px #c0d8da solid;
    display: none;
    border-top: 4px solid #327275;
    z-index: 2;
}

.nav_list ul li:hover .nav_menu {
    display: block;
}

.nav_list .nav_menu dl {
    position: relative;
}

.nav_list .nav_menu dd {
    display: none;
    position: absolute;
    background: #fff;
    text-align: center;
    top: -1px;
    background: #f0fdfd;
    border-top: 4px solid #327275;
    width: 160px;
    left: 160px;
}

.nav_list .nav_menu dl:hover {
    background: #f0fdfd;
}

.nav_list .nav_menu dl:hover dd {
    display: block;
}

.nav_list ul li a.aaa {
    border: 1px #c4d7d1 solid;
}

.nav_list ul li dl {
    float: left;
    padding: 0 15px;
    width: 130px;
}

.nav_list ul li dl a {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

.nav_list ul li dd a {
    margin-left: 15px;
}

.nav_list .large dl {
    /* padding-top: 10px; */
    height: 30px;
    line-height: 30px;
}

.nav_list .large dl i {
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #327375;
    border-right: 2px solid #327375;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 11px;
}

.nav_list .large dt a {
    font-weight: 600;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.nav_list .large dt a:hover {
    color: red
}

.nav_list .large dd a {
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.nav_list .large dd a:hover {
    background: #cee1e2;
    color: red;
    font-weight: bold;
}

.search_doctor {
    padding-top: 17px;
    width: 100%;
    height: 71px;
    background: #47807f;
    color: #fff;
    font-size: 30px;
    line-height: 55px;
}

.search_doctor>div {
    padding-left: 150px;
    width: 830px;
}

.search_c {
    float: right;
    padding-top: 8px;
    width: 450px;
    height: 40px;
}

.search_c select {
    padding-left: 10px;
}

.search_c input {
    width: 290px;
    height: 34px;
    font-size: 14px;
    color: #999;
}

.search_c .red {
    width: auto;
    margin: auto;
    height: 20px;
    line-height: normal;
    color: #ff6c6c;
    font-size: 12px;
    display: none;
}

.search_c .clerfix {
    width: auto;
    margin: auto;
}

.search_c .error {
    color: red;
    border: 2px solid red;
}

.search_c button {
    float: left;
    width: 40px;
    height: 40px;
    border: 0;
    background: url(../images/icos.gif) no-repeat;
}

/*尾部*/
.footer {
    clear: both;
    margin-top: 30px;
    padding-top: 40px;
    border-top: 5px #327375 solid;
    width: 980px;
    margin: 0 auto;
}

.footer dl {
    float: left;
    padding-bottom: 20px;
    width: 120px;
    font-size: 15px;
    font-weight: 600;
}

.footer dl dt {
    color: #75706b;
}

.footer dl a {
    font-size: 14px;
    display: block;
}

.copyright {
    float: left;
    /* padding-top: 30px; */
    width: 470px;
    font-weight: 600;
    line-height: 20px;
}

.info-bottom .margin-top {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.copyright ul li {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
}

.copyright img {
    width: 180px;
    height: 54px;
}

.copyright span {
    width: 200px;
    margin-left: 10px;
}

.copyright div {
    width: auto;
    margin: 0;
}

.copyright .info-bottom {
    margin-top: 15px;

}

.copyright i {
    float: left;
    margin-right: 10px;
    width: 220.5px;
    height: 66.5px;
    background: url(../images/logo.png) no-repeat center/cover;
}

.copyright span {
    display: block;
    font-weight: normal;
    color: #999;
}

/*公共*/
.breadcrumb {
    width: 980px;
    margin: 0 auto;
    padding-top: 5px;
    color: #c7c7c7;
}

.breadcrumb a {
    padding-right: 5px;
}

/*面包屑*/
.page {
    width: auto;
    clear: both;
    /* padding: 10px 0 20px 0; */
    margin: 0;
    /* border-top: 1px #c4d7d1 solid; */
}

.page a {
    float: left;
    margin-right: 5px;
    padding: 0 8px;
    height: 23px;
    line-height: 23px;
    border: 1px #dedede solid;
}

.page a.current {
    background: #e9eff0;
}

.page i {
    float: left;
    padding-right: 5px;
    border: 0;
}

.page strong {
    padding: 0 5px;
    font-size: 12px;
}

.page-box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c4d7d1;
    align-items: center;
    height: 40px;
}

.page-box .right-info {
    width: auto;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

.page-box .right-info span:nth-child(2) {
    font-weight: normal;
}

.page-box .right-info span:nth-child(4) {
    font-weight: normal;
}

/*页码*/
.head_title h1 {
    width: 660px;
    line-height: 40px;
    display: inline-block;
}

.head_title .search_c {
    padding-top: 30px;
    width: 275px;
    position: relative;
}

.head_title select {
    float: left;
    width: 275px;
    height: 30px;
    border: 1px #c4d7d1 solid;
    color: #327375;
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
}

.head_title button {
    width: 30px;
    height: 31px;
    background-position: -46px 0;
    position: absolute;
    right: 0px;
}

.head_title span,
.head_title em {
    width: 980px;
    display: block;
    font-size: 14px;
    color: #666;
}

.head_title em {
    margin-bottom: 10px;
    color: #47807f;
}

.head_title strong {
    font-size: 14px;
}

/*大标题*/
.con_wrap,
.con_wrap0 {
    padding-top: 30px;
    border-top: 1px #c4d7d1 solid;
    display: flex;
}

.con_wrap0 {
    padding: 0;
    border: 0;
}

.conl {
    float: left;
    width: 630px;
}

.conr {
    margin-left: 50px;
    width: 300px;
    float: left;
}

.conr dl dt {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
}

.conr dl img {
    width: 100%;
}

.con_x {
    margin-left: 20px;
    width: 335px;
}

.con_p {
    float: left;
    margin-bottom: 20px;
    padding: 10px 0 20px 0;
    width: 630px;
    border-top: 1px #c4d7d1 solid;
    border-bottom: 1px #c4d7d1 solid;
    overflow: hidden;
}

.con_p p {
    display: block;
}

/*.con_p img{
    width: 60px;
    height: 60px;
}*/

.con_p b,
.con_p strong,
.doctor_m dl dt {
    float: left;
    padding: 10px 0;
    width: 630px;
}

/*左右模块*/
.slide {
    margin-bottom: 30px;
    width: 630px;
    height: 310px;
    position: relative;
}

.slide a {
    width: 630px;
    height: 310px;
}

.slide a.show {
    display: block;
}

.slide .show {
    margin: 0;
}

.slide i {
    margin-top: -30px;
    position: absolute;
    top: 150px;
    width: 38px;
    height: 60px;
    color: #fff;
    font: 700 36px/60px "simsun";
    text-align: center;
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
}

.slide i:hover {
    background: rgba(0, 0, 0, .8);
}

.slide ul {
    position: absolute;
    bottom: 10px;
    left: 45%;
}

.slide ul li {
    float: left;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.slide ul li.current {
    background: #666;
}

#arrow-l {
    left: 0;
}

#arrow-r {
    right: 0;
}

/*轮播*/
.new_hot,
.new_a {
    float: left;
    padding-top: 20px;
    width: 300px;
}

.new_hot b {
    display: block;
    padding: 15px 0;
    font-weight: 600;
    border-bottom: 1px #c0d8da solid;
}

.new_hot ul li {
    float: left;
    padding-top: 20px;
}

.new_hot img {
    float: left;
    width: 90px;
    height: 90px;
}

.new_hot span {
    float: right;
    margin-bottom: 15px;
    width: 195px;
    max-height: 46px;
    font-size: 18px;
    overflow: hidden;
}

.new_hot em {
    float: left;
    padding-left: 15px;
}

.new_hot em strong {
    font-size: 14px;
    font-style: normal;
}

.new_a b {
    font-weight: normal;
}

.new_a img {
    width: 68px;
    height: 68px;
}

.new_a span {
    margin: 10px 0 0 0;
    width: 215px;
}

.new_a b a {
    float: right;
    font-size: 14px;
}

/*热门文章*/
.con_list {
    width: 630px;
}

.con_list ul li {
    float: left;
    padding: 15px 0;
    width: 100%;
    border-top: 1px #c0d8da solid;
}

.con_list a {
    float: left;
    padding: 3px 0;
    width: 100%;
    line-height: 25px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con_list img {
    float: left;
    width: 103px;
    height: 103px;
}

.con_list p {
    float: left;
    padding-left: 20px;
    width: 507px;
    max-height: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.con_list em span {
    padding-right: 10px;
    font-style: normal;
    color: #69706C;
}

.con_list em span b {
    font-size: 14px;
    font-weight: bold;
    color: #498284;
}

/*注册窗口*/
.window {
    width: 378px;
    height: 460px;
    background-color: #327375;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -189px;
    margin-top: -230px;
    display: none;
}

.bg_box {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
}

.text_ff h1 {
    color: white;
}

.text_ff em {
    color: white;
}

.text_ff {
    margin-top: 30px;
    margin-left: 30px;
    width: 318px;
}

.text_ff span {
    display: inline-block;
    width: 318px;
    height: 1px;
    background-color: white;
    margin-bottom: 10px;
}

.text_ff p a {
    display: block;
    color: white;
}

.text_ff input {
    width: 300px;
    height: 36px;
    margin-top: 24px;
}

.btn {
    width: 318px;
}

.btn input {
    width: 72px;
    height: 40px;
    background-color: #28595d;
    text-align: center;
    font-size: 18px;
    border: none;
    color: white;
}

/* .mima {
    margin-top: 60px;
} */

.text_ff img {
    position: absolute;
    right: -10px;
    ;
    top: -10px;
}

.dy {
    width: 220px;
    margin: 0;
    color: white;
    margin-top: 18px;
}

.text_ff .fx {
    width: 12px;
    height: 12px;
    margin-top: 50px;
}

.text_ff .top_fx {
    margin-top: 23px;
    ;
    margin-right: 6px;
}

.text_ff .top_fx01 {
    margin-right: 6px;
    margin-top: 38px;
}

/*注册窗口*/
.window_box {
    width: 378px;
    background-color: #327375;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -189px;
    margin-top: -160px;
    display: none;
}

.window_center {
    width: 400px;
    margin: 0 auto;

}


/*找回密码窗口1*/
.search_box {
    width: 378px;
    background-color: #327375;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -189px;
    margin-top: -160px;
    display: none;
}

.search_center {
    width: 400px;
    margin: 0 auto;
}

/*找回密码窗口2*/
.search_box_2 {
    width: 378px;
    background-color: #327375;
    position: absolute;
    top: 200px;
    left: 50%;
    z-index: 999;
    margin-left: -189px;
    display: none;
}

.search_center_2 {
    width: 400px;
    margin: 0 auto;
}


.bg_box {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    display: none;
}

.text_boxff h1 {
    color: white;
    margin: 10px 0;
}

.text_boxff {
    margin-top: 30px;
    margin-left: 30px;
    width: 318px;
    height: 320px;
}

.text_boxff span {
    display: inline-block;
    width: 318px;
    height: 1px;
    background-color: white;
    margin-bottom: 10px;
}

.text_boxff p a {
    display: block;
    color: white;
}

.text_boxff input {
    width: 300px;
    height: 36px;
    margin-top: 24px;
    margin-right: 10px;
}

.btn_box01 {
    width: 318px;
}

.btn_box01 div {
    width: auto;
    margin: 0;
}

.btn_box01 input {
    width: 72px;
    height: 40px;
    background-color: #28595d;
    font-size: 18px;
    border: none;
    color: white;
    text-align: center;
}

.btn_box01 .mima em {
    /* margin-left: 130px; */
    /* margin-top: 50px; */
    color: white;
    line-height: 88px;
    white-space: nowrap;
    /* width: 100px; */
}

.btn_box01 .hideLogin input {
    border: 1px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0);
}


.text_boxff img {
    position: absolute;
    right: -10px;
    top: -10px;
}

.content-center {
    width: 980px;
    margin: 0 auto;
}

/*微信公众号*/
.guanzhu {
    width: 56px;
    position: relative;
}

.guanzhu a {
    float: left;
    margin: 18px 0px 0px 8px;
    width: 20px;
    height: 20px;
    background-image: url(../images/guanzhu.png);
    transition: all 0.3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linears 0s;
    margin-top: 0;
}

.guanzhu a:hover.g1 {
    background-position: 0 -20px;
}

.guanzhu a.g2 {
    background-position: 41px 0;
}

.guanzhu a:hover.g2 {
    background-position: 41px -20px;
}

.guanzhu a.g3 {
    background-position: 21px 0;
}

.guanzhu a:hover.g3 {
    background-position: 21px -20px;
}

.weixin {
    position: absolute;
    left: 12px;
    top: 35px;
    z-index: 99;
    width: 116px;
    display: none;
}

/*头部关注*/
.qq {
    float: left;
    padding-top: 20px;
    width: 119px;
    height: 103px;
    position: absolute;
    left: 75px;
    top: 35px;
    z-index: 99;
    display: none;
    background: url(../images/qq.png) no-repeat;
}

.qq a {
    float: left;
    padding: 5px 0 0 40px;
    width: 79px;
    height: 30px;
    line-height: 30px;
    background: url(../images/qq1.gif) no-repeat 20px;
}

/* 搜索医生 */
.city-box {
    margin-bottom: 10px;
}

.city-box .bg-gray {
    background-color: #f2f2f2;
    padding: 5px;
    margin-top: 10px;
}

.city-box div {
    width: auto;
    margin: 0;
}

.city-box .margin-right-10 {
    margin-right: 10px;
}

.city-box .title {
    color: #999;
    height: 22px;
    white-space: nowrap;
}

.city-box .item {
    height: 22px;
    white-space: nowrap;
}

.city-box .city-list li {
    margin-right: 10px;
    white-space: nowrap;
}

.city-box .city-active a {
    color: red;
}

.search-doctor {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    background: #327375;
}

.search-doctor .title {
    font-size: 34px;
    color: #fff;
    width: 400px;
    text-align: center;
}

.search-doctor .search-butt {
    display: flex;
}

.search-doctor .search-butt {
    width: 340px;
}

.search-doctor .search-butt button {
    width: 36px;
    height: 36px;
    background-position: -46px 0;
    /* position: absolute; */
    /* right: 0px; */
    background: url(../images/icos.gif) no-repeat;
    border: 0;
    outline: none;
}

.search-doctor input {
    width: 300px;
    height: 36px;
    border: none;
    box-sizing: border-box;
    background: #fff;
}

.search-doctor>div {
    margin: 0;
    width: auto;
}

/* 布局 */
.nlz-flex {
    display: flex;
}

.column-flex {
    flex-direction: column;
}

/* 允许换行 */
.flex-wrap {
    flex-wrap: wrap;
}

/* 水平排列 */
/* 左边排列 */
.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* 右对齐 */
.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* 剧中排列 */
.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* 两端排列 */
.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 周围空间分布 */
.justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

/* 垂直 */
/* 底部对齐 */
.align-items-end {
    align-items: flex-end;
}

/* 比例分布 */
.flex-1 {
    flex: 1;
}

/* 文字对齐 */
/* 剧中对齐 */
.text-center {
    text-align: center;
}

/* 左对齐 */
.text-left {
    text-align: left;
}

/* 右对齐 */
.text-right {
    text-align: right;
}

/* 文字大小 */
.text-size-22 {
    font-size: 22px;

}

/* 定位 */
.position-relative {
    position: relative;
}

;

.position-absolute {
    position: absolute;
}

;

.nlz-butt {
    padding: 14px 20px;
    background: #327375;
    color: #fff;
    padding: 0;
    line-height: 54px;
    font-size: 18px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}